1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmKhachHang
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.btnHuy = new System.Windows.Forms.Button();
33             
this.btnLuu = new System.Windows.Forms.Button();
34             
this.txtHoVaTen = new System.Windows.Forms.TextBox();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.txtGhiChu = new System.Windows.Forms.TextBox();
38             
this.label3 = new System.Windows.Forms.Label();
39             
this.txtDiaChi = new System.Windows.Forms.TextBox();
40             
this.label1 = new System.Windows.Forms.Label();
41             
this.txtSoDienThoai = new System.Windows.Forms.TextBox();
42             
this.label8 = new System.Windows.Forms.Label();
43             
this.txtTienKhach = new System.Windows.Forms.TextBox();
44             
this.label6 = new System.Windows.Forms.Label();
45             
this.txtMaDonHang = new System.Windows.Forms.TextBox();
46             
this.btnTimKiem = new System.Windows.Forms.Button();
47             
this.tabControl1 = new System.Windows.Forms.TabControl();
48             
this.tabPage1 = new System.Windows.Forms.TabPage();
49             
this.tabPage2 = new System.Windows.Forms.TabPage();
50             
this.dgvDsDatTraHang = new System.Windows.Forms.DataGridView();
51             
this.IdKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.HoVaTen = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.SoDienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.TienKhach = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
59             
this.btnTiep = new System.Windows.Forms.Button();
60             
this.btnSau = new System.Windows.Forms.Button();
61             
this.tabControl1.SuspendLayout();
62             
this.tabPage1.SuspendLayout();
63             
this.tabPage2.SuspendLayout();
64             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsDatTraHang)).BeginInit();
65             
this.SuspendLayout();
66             
//
67             
// btnHuy
68             
//
69             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
70             
this.btnHuy.Location = new System.Drawing.Point(572, 220);
71             
this.btnHuy.Margin = new System.Windows.Forms.Padding(4);
72             
this.btnHuy.Name = "btnHuy";
73             
this.btnHuy.Size = new System.Drawing.Size(125, 47);
74             
this.btnHuy.TabIndex = 0;
75             
this.btnHuy.Text = "Hủy";
76             
this.btnHuy.UseVisualStyleBackColor = true;
77             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
78             
//
79             
// btnLuu
80             
//
81             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.btnLuu.Location = new System.Drawing.Point(572, 277);
83             
this.btnLuu.Margin = new System.Windows.Forms.Padding(4);
84             
this.btnLuu.Name = "btnLuu";
85             
this.btnLuu.Size = new System.Drawing.Size(125, 64);
86             
this.btnLuu.TabIndex = 2;
87             
this.btnLuu.Text = "Thực hiện";
88             
this.btnLuu.UseVisualStyleBackColor = true;
89             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
90             
//
91             
// txtHoVaTen
92             
//
93             
this.txtHoVaTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94             
this.txtHoVaTen.Location = new System.Drawing.Point(124, 124);
95             
this.txtHoVaTen.Margin = new System.Windows.Forms.Padding(4);
96             
this.txtHoVaTen.Name = "txtHoVaTen";
97             
this.txtHoVaTen.Size = new System.Drawing.Size(424, 26);
98             
this.txtHoVaTen.TabIndex = 1;
99             
//
100             
// label2
101             
//
102             
this.label2.AutoSize = true;
103             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.label2.Location = new System.Drawing.Point(19, 175);
105             
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
106             
this.label2.Name = "label2";
107             
this.label2.Size = new System.Drawing.Size(94, 18);
108             
this.label2.TabIndex = 2;
109             
this.label2.Text = "Số điện thoại";
110             
//
111             
// label4
112             
//
113             
this.label4.AutoSize = true;
114             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
115             
this.label4.Location = new System.Drawing.Point(19, 277);
116             
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
117             
this.label4.Name = "label4";
118             
this.label4.Size = new System.Drawing.Size(59, 18);
119             
this.label4.TabIndex = 6;
120             
this.label4.Text = "Ghi chú";
121             
//
122             
// txtGhiChu
123             
//
124             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
125             
this.txtGhiChu.Location = new System.Drawing.Point(124, 277);
126             
this.txtGhiChu.Margin = new System.Windows.Forms.Padding(4);
127             
this.txtGhiChu.Multiline = true;
128             
this.txtGhiChu.Name = "txtGhiChu";
129             
this.txtGhiChu.Size = new System.Drawing.Size(424, 64);
130             
this.txtGhiChu.TabIndex = 7;
131             
//
132             
// label3
133             
//
134             
this.label3.AutoSize = true;
135             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136             
this.label3.Location = new System.Drawing.Point(19, 234);
137             
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
138             
this.label3.Name = "label3";
139             
this.label3.Size = new System.Drawing.Size(53, 18);
140             
this.label3.TabIndex = 3;
141             
this.label3.Text = "Địa chỉ";
142             
//
143             
// txtDiaChi
144             
//
145             
this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.txtDiaChi.Location = new System.Drawing.Point(124, 234);
147             
this.txtDiaChi.Margin = new System.Windows.Forms.Padding(4);
148             
this.txtDiaChi.Name = "txtDiaChi";
149             
this.txtDiaChi.Size = new System.Drawing.Size(424, 26);
150             
this.txtDiaChi.TabIndex = 5;
151             
//
152             
// label1
153             
//
154             
this.label1.AutoSize = true;
155             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
156             
this.label1.Location = new System.Drawing.Point(19, 124);
157             
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
158             
this.label1.Name = "label1";
159             
this.label1.Size = new System.Drawing.Size(71, 18);
160             
this.label1.TabIndex = 0;
161             
this.label1.Text = "Họ và tên";
162             
//
163             
// txtSoDienThoai
164             
//
165             
this.txtSoDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
166             
this.txtSoDienThoai.Location = new System.Drawing.Point(124, 176);
167             
this.txtSoDienThoai.Margin = new System.Windows.Forms.Padding(4);
168             
this.txtSoDienThoai.Name = "txtSoDienThoai";
169             
this.txtSoDienThoai.Size = new System.Drawing.Size(192, 26);
170             
this.txtSoDienThoai.TabIndex = 4;
171             
this.txtSoDienThoai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSoDienThoai_KeyDown);
172             
this.txtSoDienThoai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSoDienThoai_KeyPress);
173             
//
174             
// label8
175             
//
176             
this.label8.AutoSize = true;
177             
this.label8.Location = new System.Drawing.Point(19, 78);
178             
this.label8.Name = "label8";
179             
this.label8.Size = new System.Drawing.Size(104, 18);
180             
this.label8.TabIndex = 9;
181             
this.label8.Text = "Tiền khách đặt";
182             
//
183             
// txtTienKhach
184             
//
185             
this.txtTienKhach.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186             
this.txtTienKhach.Location = new System.Drawing.Point(124, 70);
187             
this.txtTienKhach.Margin = new System.Windows.Forms.Padding(4);
188             
this.txtTienKhach.Name = "txtTienKhach";
189             
this.txtTienKhach.Size = new System.Drawing.Size(192, 30);
190             
this.txtTienKhach.TabIndex = 11;
191             
//
192             
// label6
193             
//
194             
this.label6.AutoSize = true;
195             
this.label6.Location = new System.Drawing.Point(19, 26);
196             
this.label6.Name = "label6";
197             
this.label6.Size = new System.Drawing.Size(94, 18);
198             
this.label6.TabIndex = 12;
199             
this.label6.Text = "Mã đơn hàng";
200             
//
201             
// txtMaDonHang
202             
//
203             
this.txtMaDonHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
204             
this.txtMaDonHang.Location = new System.Drawing.Point(124, 22);
205             
this.txtMaDonHang.Name = "txtMaDonHang";
206             
this.txtMaDonHang.Size = new System.Drawing.Size(293, 26);
207             
this.txtMaDonHang.TabIndex = 13;
208             
//
209             
// btnTimKiem
210             
//
211             
this.btnTimKiem.Location = new System.Drawing.Point(423, 22);
212             
this.btnTimKiem.Name = "btnTimKiem";
213             
this.btnTimKiem.Size = new System.Drawing.Size(125, 26);
214             
this.btnTimKiem.TabIndex = 14;
215             
this.btnTimKiem.Text = "Tìm kiếm";
216             
this.btnTimKiem.UseVisualStyleBackColor = true;
217             
this.btnTimKiem.Click += new System.EventHandler(this.btnTimKiem_Click);
218             
//
219             
// tabControl1
220             
//
221             
this.tabControl1.Controls.Add(this.tabPage1);
222             
this.tabControl1.Controls.Add(this.tabPage2);
223             
this.tabControl1.Location = new System.Drawing.Point(3, 3);
224             
this.tabControl1.Name = "tabControl1";
225             
this.tabControl1.SelectedIndex = 0;
226             
this.tabControl1.Size = new System.Drawing.Size(731, 379);
227             
this.tabControl1.TabIndex = 15;
228             
//
229             
// tabPage1
230             
//
231             
this.tabPage1.Controls.Add(this.lblTongSoBanGhiHienThi);
232             
this.tabPage1.Controls.Add(this.btnTiep);
233             
this.tabPage1.Controls.Add(this.btnSau);
234             
this.tabPage1.Controls.Add(this.dgvDsDatTraHang);
235             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
236             
this.tabPage1.Name = "tabPage1";
237             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
238             
this.tabPage1.Size = new System.Drawing.Size(723, 348);
239             
this.tabPage1.TabIndex = 0;
240             
this.tabPage1.Text = "Danh sách khách đăt, trả hàng";
241             
this.tabPage1.UseVisualStyleBackColor = true;
242             
//
243             
// tabPage2
244             
//
245             
this.tabPage2.Controls.Add(this.label8);
246             
this.tabPage2.Controls.Add(this.label6);
247             
this.tabPage2.Controls.Add(this.txtMaDonHang);
248             
this.tabPage2.Controls.Add(this.btnTimKiem);
249             
this.tabPage2.Controls.Add(this.txtTienKhach);
250             
this.tabPage2.Controls.Add(this.label1);
251             
this.tabPage2.Controls.Add(this.label2);
252             
this.tabPage2.Controls.Add(this.btnLuu);
253             
this.tabPage2.Controls.Add(this.txtHoVaTen);
254             
this.tabPage2.Controls.Add(this.txtGhiChu);
255             
this.tabPage2.Controls.Add(this.txtSoDienThoai);
256             
this.tabPage2.Controls.Add(this.label4);
257             
this.tabPage2.Controls.Add(this.txtDiaChi);
258             
this.tabPage2.Controls.Add(this.btnHuy);
259             
this.tabPage2.Controls.Add(this.label3);
260             
this.tabPage2.Location = new System.Drawing.Point(4, 27);
261             
this.tabPage2.Name = "tabPage2";
262             
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
263             
this.tabPage2.Size = new System.Drawing.Size(723, 348);
264             
this.tabPage2.TabIndex = 1;
265             
this.tabPage2.Text = "Thêm khách hàng";
266             
this.tabPage2.UseVisualStyleBackColor = true;
267             
//
268             
// dgvDsDatTraHang
269             
//
270             
this.dgvDsDatTraHang.AllowUserToAddRows = false;
271             
this.dgvDsDatTraHang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
272             
this.dgvDsDatTraHang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
273             
this.IdKhachHang,
274             
this.STT,
275             
this.HoVaTen,
276             
this.SoDienThoai,
277             
this.NgayTao,
278             
this.TienKhach,
279             
this.TrangThai});
280             
this.dgvDsDatTraHang.Location = new System.Drawing.Point(3, 3);
281             
this.dgvDsDatTraHang.Name = "dgvDsDatTraHang";
282             
this.dgvDsDatTraHang.RowTemplate.Height = 28;
283             
this.dgvDsDatTraHang.Size = new System.Drawing.Size(714, 304);
284             
this.dgvDsDatTraHang.TabIndex = 0;
285             
//
286             
// IdKhachHang
287             
//
288             
this.IdKhachHang.HeaderText = "IdKhachHang";
289             
this.IdKhachHang.Name = "IdKhachHang";
290             
this.IdKhachHang.Visible = false;
291             
//
292             
// STT
293             
//
294             
this.STT.FillWeight = 50F;
295             
this.STT.HeaderText = "STT";
296             
this.STT.Name = "STT";
297             
this.STT.Width = 50;
298             
//
299             
// HoVaTen
300             
//
301             
this.HoVaTen.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
302             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
303             
this.HoVaTen.DefaultCellStyle = dataGridViewCellStyle4;
304             
this.HoVaTen.HeaderText = "Họ và tên";
305             
this.HoVaTen.Name = "HoVaTen";
306             
//
307             
// SoDienThoai
308             
//
309             
this.SoDienThoai.HeaderText = "Số điện thoại";
310             
this.SoDienThoai.Name = "SoDienThoai";
311             
//
312             
// NgayTao
313             
//
314             
this.NgayTao.HeaderText = "Ngày tạo";
315             
this.NgayTao.Name = "NgayTao";
316             
//
317             
// TienKhach
318             
//
319             
this.TienKhach.FillWeight = 120F;
320             
this.TienKhach.HeaderText = "Tiền khách";
321             
this.TienKhach.Name = "TienKhach";
322             
this.TienKhach.Width = 120;
323             
//
324             
// TrangThai
325             
//
326             
this.TrangThai.HeaderText = "Trạng thái";
327             
this.TrangThai.Name = "TrangThai";
328             
//
329             
// lblTongSoBanGhiHienThi
330             
//
331             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
332             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(278, 319);
333             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
334             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
335             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
336             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
337             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
338             
//
339             
// btnTiep
340             
//
341             
this.btnTiep.Location = new System.Drawing.Point(667, 313);
342             
this.btnTiep.Name = "btnTiep";
343             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
344             
this.btnTiep.TabIndex = 41;
345             
this.btnTiep.Text = ">>";
346             
this.btnTiep.UseVisualStyleBackColor = true;
347             
//
348             
// btnSau
349             
//
350             
this.btnSau.Location = new System.Drawing.Point(612, 313);
351             
this.btnSau.Name = "btnSau";
352             
this.btnSau.Size = new System.Drawing.Size(49, 30);
353             
this.btnSau.TabIndex = 42;
354             
this.btnSau.Text = "<<";
355             
this.btnSau.UseVisualStyleBackColor = true;
356             
//
357             
// frmKhachHang
358             
//
359             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
360             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
361             
this.BackColor = System.Drawing.Color.White;
362             
this.ClientSize = new System.Drawing.Size(736, 385);
363             
this.Controls.Add(this.tabControl1);
364             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
365             
this.Margin = new System.Windows.Forms.Padding(4);
366             
this.Name = "frmKhachHang";
367             
this.ShowInTaskbar = false;
368             
this.Text = "Thông tin khách hàng";
369             
this.Load += new System.EventHandler(this.frmKhachHang_Load);
370             
this.tabControl1.ResumeLayout(false);
371             
this.tabPage1.ResumeLayout(false);
372             
this.tabPage2.ResumeLayout(false);
373             
this.tabPage2.PerformLayout();
374             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsDatTraHang)).EndInit();
375             
this.ResumeLayout(false);
376
377         }
378
379         
#endregion
380
381         
private System.Windows.Forms.Button btnHuy;
382         
private System.Windows.Forms.Button btnLuu;
383         
private System.Windows.Forms.TextBox txtHoVaTen;
384         
private System.Windows.Forms.Label label2;
385         
private System.Windows.Forms.Label label4;
386         
private System.Windows.Forms.TextBox txtGhiChu;
387         
private System.Windows.Forms.Label label3;
388         
private System.Windows.Forms.TextBox txtDiaChi;
389         
private System.Windows.Forms.Label label1;
390         
private System.Windows.Forms.TextBox txtSoDienThoai;
391         
private System.Windows.Forms.Label label8;
392         
private System.Windows.Forms.TextBox txtTienKhach;
393         
private System.Windows.Forms.Label label6;
394         
private System.Windows.Forms.TextBox txtMaDonHang;
395         
private System.Windows.Forms.Button btnTimKiem;
396         
private System.Windows.Forms.TabControl tabControl1;
397         
private System.Windows.Forms.TabPage tabPage1;
398         
private System.Windows.Forms.TabPage tabPage2;
399         
private System.Windows.Forms.DataGridView dgvDsDatTraHang;
400         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKhachHang;
401         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
402         
private System.Windows.Forms.DataGridViewTextBoxColumn HoVaTen;
403         
private System.Windows.Forms.DataGridViewTextBoxColumn SoDienThoai;
404         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
405         
private System.Windows.Forms.DataGridViewTextBoxColumn TienKhach;
406         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
407         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
408         
private System.Windows.Forms.Button btnTiep;
409         
private System.Windows.Forms.Button btnSau;
410     }
411 }


Gõ tìm kiếm nhanh...